ChartLegendSortOrderType

Enumeration of possible settings for the ordering of chart legend items.
 

Example

The following is an example of how to reference the ChartLegendSortOrderType object:

	// The full path is required.
	dundas.controls.ChartLegendSortOrderType.AUTO
	

 

Properties

 
  Name Description
  AUTO Legend items are ordered automatically to correspond with their corresponding positions in the chart.
  DATA_SOURCE Legend items are displayed in the same order as in the data source.
  REVERSE Legend items are displayed in reverse order as compared to the data source.